Package net.sourceforge.uiq3.fx603p
Class P_Error
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sourceforge.uiq3.calculator.Error
-
- net.sourceforge.uiq3.fx603p.Error
-
- net.sourceforge.uiq3.fx603p.P_Error
-
- All Implemented Interfaces:
Serializable
public class P_Error extends Error
Operation P_Error.- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @org.jetbrains.annotations.NotNull short[]
Get_Error()
Parenthesis Error.-
Methods inherited from class net.sourceforge.uiq3.fx603p.Error
Get_Java_Error
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
Error
@NotNull private static @org.jetbrains.annotations.NotNull short[] Error
Parenthesis Error.
-
Logger
private static final Logger Logger
Class logger instance.
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
TAG
private static final String TAG
Class logger tag.
-
-
Constructor Detail
-
P_Error
public P_Error()
just an operation error.
-
P_Error
public P_Error(@NotNull @NotNull String Message)
- Parameters:
Message
- An additional P_Error message
-
P_Error
public P_Error(@NotNull @NotNull String Message, Throwable Cause)
- Parameters:
Message
- An additional Error messageCause
- exceptions causing thing error condition.
-
P_Error
public P_Error(Throwable Cause)
Error from exception.
- Parameters:
Cause
- exceptions causing thing error condition.
-
-