com.iphrase.runtime.exception
Class ArgumentError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iphrase.runtime.exception.GeneralError
                    |
                    +--com.iphrase.runtime.exception.ArgumentError
All Implemented Interfaces:
java.io.Serializable

public class ArgumentError
extends GeneralError

Exception class thrown for invalid arguments to ctors and methods.

See Also:
Serialized Form

Constructor Summary
ArgumentError(java.lang.String s)
          Construct an ArgumentError exception from a detail message.
 
Methods inherited from class com.iphrase.runtime.exception.GeneralError
getCause, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentError

public ArgumentError(java.lang.String s)
Construct an ArgumentError exception from a detail message.
Parameters:
s - String detail message

© Copyright 2005, 2006. IBM Corporation. All rights reserved.