org.apache.derby.iapi.error
Class StandardException.BadMessageArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.apache.derby.iapi.error.StandardException.BadMessageArgumentException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
StandardException

public static class StandardException.BadMessageArgumentException
extends java.lang.Throwable

Dummy exception to catch incorrect use of StandardException.newException(), at compile-time. If you get a compilation error because this exception isn't caught, it means that you are using StandardException.newException(...) incorrectly. The nested exception should always be the second argument.

See Also:
StandardException.newException(String, Object, Throwable), StandardException.newException(String, Object, Object, Throwable), Serialized Form

Constructor Summary
StandardException.BadMessageArgumentException()
           
 
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

StandardException.BadMessageArgumentException

public StandardException.BadMessageArgumentException()

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.