public class RexxException
extends org.apache.bsf.BSFException
------------------------ Apache Version 2.0 license ------------------------- Copyright (C) 2009 Rony G. Flatscher Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -----------------------------------------------------------------------------
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
version
Version information on this class.
|
Constructor and Description |
---|
RexxException(int reason,
java.lang.String message,
RexxProxy rexxConditionObject) |
RexxException(java.lang.String message)
Creates a RexxException with a message.
|
RexxException(java.lang.String message,
RexxProxy rexxConditionObject)
Creates a RexxException with a message, and a RexxProxy allowing to access the Rexx condition object
for further inspection.
|
Modifier and Type | Method and Description |
---|---|
RexxProxy |
getRexxConditionObject()
Getter method.
|
getCause, getReason, getTargetException, printStackTrace
public static final java.lang.String version
public RexxException(java.lang.String message)
message
- error messagepublic RexxException(java.lang.String message, RexxProxy rexxConditionObject)
message
- error messagerexxConditionObject
- RexxProxy object referring to the Rexx condition objectpublic RexxException(int reason, java.lang.String message, RexxProxy rexxConditionObject)
reason
- can be one of the constants defined in BSFException
, values:
message
- error messagerexxConditionObject
- RexxProxy object referring to the Rexx condition objectpublic RexxProxy getRexxConditionObject()