moise.common
Class MoiseException

Package class diagram package MoiseException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by moise.common.MoiseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MoiseCardinalityException, MoiseConsistencyException, MoiseXMLParserException

public class MoiseException
extends java.lang.Exception

Moise exception

See Also:
Serialized Form

Constructor Summary
MoiseException()
           
MoiseException(java.lang.String msg)
          Constructs a MoiseException with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoiseException

public MoiseException()

MoiseException

public MoiseException(java.lang.String msg)
Constructs a MoiseException with the specified message.

Parameters:
msg - the detail message.