jas.swingstudio
Class JASException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jas.util.NestedException
                    |
                    +--jas.swingstudio.JASException
All Implemented Interfaces:
HasNestedException, java.io.Serializable
Direct Known Subclasses:
FileError, NotImplemented

public class JASException
extends NestedException

See Also:
Serialized Form

Constructor Summary
JASException(java.lang.String message)
           
JASException(java.lang.String message, java.lang.Throwable t)
           
 
Methods inherited from class jas.util.NestedException
formatNestedException, getMessage, getNestedException, getSimpleMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JASException

public JASException(java.lang.String message,
                    java.lang.Throwable t)

JASException

public JASException(java.lang.String message)