org.openanzo.glitter.exception
Class UnexpectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openanzo.glitter.exception.UnexpectedException
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedException
extends java.lang.RuntimeException

Indicates that something strange happened.

Author:
lee
See Also:
Serialized Form

Constructor Summary
UnexpectedException(java.lang.String msg)
           
UnexpectedException(java.lang.String message, java.lang.Throwable e)
           
UnexpectedException(java.lang.Throwable e)
           
 
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

UnexpectedException

public UnexpectedException(java.lang.String msg)
Parameters:
msg - The exceptional condition.

UnexpectedException

public UnexpectedException(java.lang.Throwable e)
Parameters:
e - The exceptional condition.

UnexpectedException

public UnexpectedException(java.lang.String message,
                           java.lang.Throwable e)
Parameters:
message - Explanation of the exceptional condition
e - The exceptional condition.


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.