Skip navigation links


Thor.API.Exceptions
Class IllegalInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by Thor.API.Exceptions.IllegalInputException

All Implemented Interfaces:
java.io.Serializable

public class IllegalInputException
extends java.lang.RuntimeException
See Also:
Serialized Form

Constructor Summary
IllegalInputException()
           
IllegalInputException(java.lang.String message)
           

 

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

IllegalInputException

public IllegalInputException()

IllegalInputException

public IllegalInputException(java.lang.String message)
Parameters:
message -

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.