org.eclipse.gmf.common
Class UnexpectedBehaviourException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.gmf.common.UnexpectedBehaviourException
All Implemented Interfaces:
Serializable

public class UnexpectedBehaviourException
extends Exception

Checked flavor of IllegalStateException.

Author:
artem
See Also:
Serialized Form

Constructor Summary
UnexpectedBehaviourException(String message)
           
UnexpectedBehaviourException(String message, Throwable cause)
           
UnexpectedBehaviourException(Throwable cause)
           
 
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

UnexpectedBehaviourException

public UnexpectedBehaviourException(String message)

UnexpectedBehaviourException

public UnexpectedBehaviourException(String message,
                                    Throwable cause)

UnexpectedBehaviourException

public UnexpectedBehaviourException(Throwable cause)


Copyright © 2012. All Rights Reserved.