org.apache.jetspeed.portlets.layout
Class LayoutError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.apache.jetspeed.portlets.layout.LayoutError
All Implemented Interfaces:
Serializable

public class LayoutError
extends Error

Should only be thrown when something truely unexpected happens when processing a layout. Basically used in the case where something that "should never happen" happens.

Author:
Scott T. Weaver
See Also:
Serialized Form

Field Summary
private static String BUG_MESSAGE
           
 
Constructor Summary
LayoutError()
           
LayoutError(String message)
           
LayoutError(String message, Throwable cause)
           
LayoutError(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
 

Field Detail

BUG_MESSAGE

private static final String BUG_MESSAGE
See Also:
Constant Field Values
Constructor Detail

LayoutError

public LayoutError()

LayoutError

public LayoutError(String message)

LayoutError

public LayoutError(Throwable cause)

LayoutError

public LayoutError(String message,
                   Throwable cause)


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.