sigmlanim
Class JAnimgen.JAGException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sigmlanim.JAnimgen.JAGException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JAnimgen

public static class JAnimgen.JAGException
extends java.lang.RuntimeException

JAnimgen exception class.

See Also:
Serialized Form

Constructor Summary
JAnimgen.JAGException(java.lang.String msg)
          Constructs a new JAGException with the given message string.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAnimgen.JAGException

public JAnimgen.JAGException(java.lang.String msg)
Constructs a new JAGException with the given message string.