aleph
Class AlephException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--aleph.AlephException

public class AlephException
extends java.lang.Exception

Indicates that something Aleph-specific is broken.

See Also:
Serialized Form

Constructor Summary
AlephException()
          Constructs an AlephException with no detail message.
AlephException(java.lang.String s)
          Constructs an AlephException with specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlephException

public AlephException()
Constructs an AlephException with no detail message.

AlephException

public AlephException(java.lang.String s)
Constructs an AlephException with specified detail message.
Parameters:
s - the detail message.