Orbital library

orbital.algorithm.template
Class InapplicableActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by orbital.algorithm.template.InapplicableActionException
All Implemented Interfaces:
java.io.Serializable

public class InapplicableActionException
extends java.lang.IllegalArgumentException

Thrown to indicate that an action was not applicable in the state.

Author:
André Platzer
See Also:
Serialized Form

Constructor Summary
InapplicableActionException()
           
InapplicableActionException(java.lang.String s)
           
 
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

InapplicableActionException

public InapplicableActionException()

InapplicableActionException

public InapplicableActionException(java.lang.String s)

Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.